-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Ambiq Apollo3 support #2378
base: master
Are you sure you want to change the base?
Conversation
🤖 Pull request artifactsempty string
|
I thought it might be worth pointing out that RadioLib now supports Tock https://github.com/tock/tock/tree/master/boards/apollo3/lora_things_plus So in future it might be possible to use that for Meshtastic |
This one's getting a bit long in the tooth. Want to keep it open? |
# Conflicts: # arch/esp32/esp32.ini # arch/nrf52/nrf52.ini # arch/portduino/portduino.ini # arch/stm32/stm32.ini # protobufs # src/gps/GPS.cpp # src/main.cpp # src/mesh/StreamAPI.cpp # src/modules/ExternalNotificationModule.h # src/modules/NeighborInfoModule.cpp
Since this branch pulls in platform-apollo3blue and the SparkFun Apollo3 Core, I tried adding support for the SparkFun LoRa Thing Plus - expLoRaBLE board. I used Commit 047b8a5 from September 4, then
Is this a valid approach? The firmware builds successfully, but I haven't tried loading the binary onto a board. Any insight is appreciated. Thanks. |
To follow up on this comment, I did program the SparkFun LoRa Thing Plus - expLoRaBLE board with the firmware.bin file that resulted from the process I described. I was able to connect to the board using the Meshtastic CLI, and it revealed that Bluetooth was not enabled. I then went about enabling Bluetooth in the build, but when I uploaded the new firmware.bin file, the CLI would no longer connect. Reverting back to the original working firmware also results in CLI failure, and nothing I've tried enables the CLI to reconnect. I'm baffled. The board still accepts uploads so I can make LEDs blink, run a "EEPROM" test, etc. |
No description provided.